home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
CHIP_CD_2005-06.iso
/
test
/
fruity
/
flstudio502_install.exe
/
Fruity PanOMatic.dll
/
0
/
RCDATA
/
TSYNTHEDITORFORM
/
TSYNTHEDITORFORM.txt
Wrap
Text File
|
2003-06-08
|
3KB
|
148 lines
object SynthEditorForm: TSynthEditorForm
Left = 196
Top = 420
BorderIcons = []
BorderStyle = bsSingle
Caption = 'SynthForm'
ClientHeight = 125
ClientWidth = 230
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poDefault
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object SynthPanel: TWPControl
Left = 0
Top = 0
Width = 230
Height = 125
Align = alClient
Color = 5452845
ParentColor = False
ParentShowHint = True
object GridSelect: TQuickPaintBox
Left = 71
Top = 6
Width = 151
Height = 113
Cursor = crHandPoint
Hint = '|^bPanning / volume'
OnPaint = GridSelectPaint
OnMouseDown = GridSelectMouseDown
OnMouseMove = GridSelectMouseMove
end
object PanWheel: TWAVWheel
Left = 7
Top = 7
Width = 19
Height = 19
Hint = '|^b^aPanning'
Options = []
SlowMotionDiv = 4
Max = 256
Value = 128
DefaultValue = 128
OnChange = CutoffWheelChange
MouseButton = mbLeft
HotSideX = 5
HotSideY = 7
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.MainWheelIL
end
object VolWheel: TWAVWheel
Tag = 1
Left = 36
Top = 7
Width = 19
Height = 19
Hint = '|^b^aVolume'
Options = []
MoveSpeed = 48
SlowMotionDiv = 4
Max = 320
Value = 256
DefaultValue = 256
OnChange = CutoffWheelChange
MouseButton = mbLeft
HotSideX = 5
HotSideY = 7
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.MainWheelIL
end
object LFOSpdWheel: TWAVWheel
Tag = 5
Left = 36
Top = 91
Width = 19
Height = 19
Hint = '|^b^aLFO speed'
Options = []
MoveSpeed = 4096
SlowMotionDiv = 4
Max = 55000
Value = 27500
DefaultValue = 27500
OnChange = CutoffWheelChange
MouseButton = mbLeft
HotSideX = 5
HotSideY = 7
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.MainWheelIL
end
object LFOAmtWheel: TWAVWheel
Tag = 4
Left = 7
Top = 91
Width = 19
Height = 19
Hint = '|^b^aLFO amount'
Options = []
SlowMotionDiv = 4
Max = 128
Value = 64
DefaultValue = 64
OnChange = CutoffWheelChange
MouseButton = mbLeft
HotSideX = 5
HotSideY = 7
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.MainWheelIL
end
object LFODestSelect: TSelector
Tag = 3
Left = 33
Top = 55
Width = 27
Height = 27
Cursor = crHandPoint
Hint = '|^b^aLFO target'
NumCols = 1
NumRows = 3
DefaultValue = 0
OnChange = CutoffWheelChange
PopupMenu = SynthResModule.WheelMenu
end
object LFOShapeSelect: TSelector
Tag = 2
Left = 2
Top = 55
Width = 24
Height = 27
Cursor = crHandPoint
Hint = '|^b^aLFO shape'
NumCols = 1
NumRows = 3
DefaultValue = 0
OnChange = CutoffWheelChange
PopupMenu = SynthResModule.WheelMenu
end
end
end